home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestand / compr / zg602std.exe / {app} / zipgenius.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Encoding:
Text File  |  2005-11-09  |  956 b   |  53 lines

  1. object Form7: TForm7
  2.   Left = 256
  3.   Top = 273
  4.   BorderStyle = bsDialog
  5.   Caption = 'ZipGenius 1.4'
  6.   ClientHeight = 107
  7.   ClientWidth = 282
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 201
  22.     Height = 13
  23.     Caption = 'Assegna un nome a questa combinazione:'
  24.   end
  25.   object Edit1: TEdit
  26.     Left = 8
  27.     Top = 38
  28.     Width = 265
  29.     Height = 21
  30.     TabOrder = 0
  31.     Text = 'Edit1'
  32.     OnChange = Edit1Change
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 8
  36.     Top = 72
  37.     Width = 75
  38.     Height = 25
  39.     Enabled = False
  40.     TabOrder = 1
  41.     Kind = bkOK
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 200
  45.     Top = 72
  46.     Width = 75
  47.     Height = 25
  48.     Caption = 'Annulla'
  49.     TabOrder = 2
  50.     Kind = bkCancel
  51.   end
  52. end
  53.